home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.express.ca!not-for-mail
- From: gchan@express.ca (Gary Chan)
- Subject: C unions
- Message-ID: <367cc$0359.14a@news.express.ca>
- Date: Wed, 06 Mar 1996 08:53:09 GMT
- X-Newsreader: WinVN 0.99.6
- MIME-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
-
- I need a C union that allows me to freely interpret an integer
- separately as the least significant byte or the most significant byte,
- and as a single integer.
-
- Can someone help me get started on this?
-
-
-